[eas-cli] Add --max-idle-time-minutes flag to eas simulator - #4156
[eas-cli] Add --max-idle-time-minutes flag to eas simulator#4156szdziedzic wants to merge 1 commit into
Conversation
5d7a255 to
95419a1
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4156 +/- ##
=======================================
Coverage 63.53% 63.53%
=======================================
Files 1028 1028
Lines 47033 47033
Branches 9884 9884
=======================================
Hits 29879 29879
Misses 17053 17053
Partials 101 101 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
95419a1 to
e933995
Compare
🤖 AI code reviewDecision: Ready for human review Overall PR risk: Low. The change is additive: it adds one optional integer flag, No findings. This review is advisory — it never blocks a merge and never auto-approves. |
e933995 to
bca121e
Compare
|
Subscribed to pull request
Generated by CodeMention Warning: The preamble and epilogue options in commentConfiguration are deprecated. Use template instead. |
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
bca121e to
0c916da
Compare
|
✅ Thank you for adding the changelog entry! |
Why
EAS Simulator sessions cost money while they run. Today a session that nobody uses keeps running until its max duration. This PR adds the CLI half of an opt-in idle timeout: the user sets it when starting the session, and EAS stops the session after that many minutes without activity.
Related PRs:
maxIdleTimeMinutesand passes themax_idle_time_minutesstep input)How
Add new
--max-idle-time-minutesinteger flag. It is passed asmaxIdleTimeMinutesonCreateDeviceRunSessionInput.Test Plan
CI passes